home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / alter_image / alterimagev1.3a.dms / in.adf / installai < prev    next >
Encoding:
AmigaDOS Script File  |  1995-01-01  |  2.1 KB  |  66 lines

  1. .key vol
  2. df0:c/if eq "<vol>" ""
  3.    df0:c/echo "You MUST specify a device name!... Installation aborted."
  4.    skip end
  5. endif
  6. Df0:c/if not exists Df0:Alter-Image
  7.    Df0:c/echo "Cannot find Alter-Image in Df0:... install aborted."
  8.    Df0:c/echo "Please insert Alter-Image in DF0: and re-boot."
  9.    Df0:c/echo ""
  10.    Df0:c/skip end
  11. endif
  12. Df0:c/if not exists "<vol>" 
  13.    Df0:c/echo "Your system cannot find <vol>... install aborted."
  14.    Df0:c/echo "Please insert Alter-Image in DF0: and re-boot."
  15.    Df0:c/echo "Please be sure to type a valid device name."
  16.    Df0:c/echo ""
  17.    Df0:c/skip end
  18. endif
  19. Df0:c/echo "Installing Alter-Image on <vol>..."
  20.  
  21. Df0:c/ask "Are you sure?"
  22. Df0:c/if not warn 
  23.    Df0:c/echo "Thank you for using Commodore floppies!"
  24.    Df0:c/skip end
  25. endif
  26.  
  27. Df0:c/if not exists "<vol>Alter-Image"
  28.    Df0:c/makedir "<vol>Alter-Image"
  29.    Df0:c/copy df0:s/dir.info "<vol>Alter-Image.info"
  30. endif
  31.  
  32. Df0:c/if not exists "<vol>Alter-Image/PIC"
  33.    Df0:c/makedir "<vol>Alter-Image/PIC"
  34. endif
  35.  
  36. Df0:c/if not exists "<vol>Alter-Image/C"
  37.    Df0:c/makedir "<vol>Alter-Image/C"
  38. endif
  39.  
  40. Df0:c/if not exists "<vol>Alter-Image/Alter_Fonts"
  41.    Df0:c/makedir "<vol>Alter-Image/Alter_Fonts"
  42. endif
  43.    Df0:c/copy df0:FONTS Fonts: all
  44.    Df0:c/copy df0:C/OnlyScroll.Seg <vol>Alter-Image/c
  45.    Df0:c/copy df0:C/OnlyCrawl.Tsk  <vol>Alter-Image/c
  46.    Df0:c/copy df0:C/Genlock_Control <vol>Alter-Image/c
  47.    Df0:c/copy df0:PIC "<vol>Alter-Image/PIC" ALL
  48.    Df0:c/copy df0:Alter-Image "<vol>Alter-Image/Alter-Image"
  49.    Df0:c/copy df0:Alter-Image.info "<vol>Alter-Image/Alter-Image.info"
  50.    Df0:c/copy df0:Alter_Fonts "<vol>Alter-Image/Alter_Fonts" ALL
  51.  
  52.    Df0:c/echo " "
  53.    Df0:c/echo "Alter-Image has been succesfully installed on <vol>."
  54.    df0:c/echo "To run Alter-Image now, please re-boot from your"
  55.    Df0:c/echo "normal boot diskette."
  56.    Df0:c/echo " "
  57.    Df0:c/echo "Please make sure to add the following lines to your"
  58.    Df0:c/echo "Startup-Sequence:"
  59.    Df0:c/echo " "
  60.    Df0:c/echo "      Assign PIC: <vol>Alter-Image/PIC"
  61.    Df0:c/echo "      Assign AlterImage: <vol>Alter-Image"
  62.    Df0:c/echo " "
  63.    Df0:c/echo "To END the Installation, please type 'ENDCLI'"
  64. lab end
  65. ;df0:c/echo " "
  66.